projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1607e1b
)
(reftex-toc-map): Add `follow-mouse'
author
Carsten Dominik
<dominik@science.uva.nl>
Mon, 27 Feb 2006 07:41:32 +0000
(07:41 +0000)
committer
Carsten Dominik
<dominik@science.uva.nl>
Mon, 27 Feb 2006 07:41:32 +0000
(07:41 +0000)
binding.
lisp/textmodes/reftex-toc.el
patch
|
blob
|
history
diff --git
a/lisp/textmodes/reftex-toc.el
b/lisp/textmodes/reftex-toc.el
index 9b710b92a67dc7c87e124ab76beee039612175dc..50ccdab76324c2fe1e71810d01a0d06e1ebaac15 100644
(file)
--- a/
lisp/textmodes/reftex-toc.el
+++ b/
lisp/textmodes/reftex-toc.el
@@
-1011,6
+1011,7
@@
always show the current section in connection with the option
;; Table of Contents map
(define-key reftex-toc-map (if (featurep 'xemacs) [(button2)] [(mouse-2)])
'reftex-toc-mouse-goto-line-and-hide)
+(define-key reftex-toc-map [follow-mouse] 'mouse-face)
(substitute-key-definition
'next-line 'reftex-toc-next reftex-toc-map global-map)